Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Optuna to Learn from Full Evaluations in Minibatch Mode #2237

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

klopsahlong
Copy link
Collaborator

Previously, when minibatch=True, Optuna only tracked trial results from minibatch evaluations, which limited the Bayesian optimizer's ability to incorporate insights from larger, full evaluations.

This update addresses the issue by registering each full evaluation as an independent trial in Optuna. By doing so, the optimizer can now leverage these additional data points to refine its search strategy and improve overall optimization performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant